home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Doctor in the House
/
Doctor in the House.iso
/
setup.cfg
< prev
next >
Wrap
Text File
|
1996-10-14
|
5KB
|
116 lines
REM Configuration file for DOCTOR
REM 08-07-96
REM ZJM
REM Windows 3.1x & Win95
REM Set up the Intro screen
SCREENCOLOR: Blue, Black
TITLECOLOR: WHITE
TITLE: "DOCTOR in the house - install", "Times", 37, bold, italic, underline
REM First message
BEGINFIRSTSCREEN "Arial", 10
You are about to install 'DOCTOR in the house'.
This will install necessary system files
into the \windows\system directory and create
a program group called 'GSP STAR Collection',
if not already present. It will also prompt
you to install the 'Microsoft Video for
Windows' runtime files.
For further technical Support contact:
Global Software Publishing Ltd - UK
Phone : 01480 496 575
Fax : 01480 460 206
E-Mail : cserv@gsoftp.demon.co.uk
ENDFIRSTSCREEN
REM The following checks for 2.5Mb of drive space and a minimum 386 CPU
MINDISKSPACE: 2500K
MINCPUTYPE: 80386
REM Progress bar and only replace files if newer
PROGRESSBAR: 2500K
OVERWRITEFILE: new
REM Create a destination directory for readme file
DEFAULTDIR: "C:\GSP\DOCTOR"
REM Double check for correct CD
IF ISFILE("$SOURCEDIR$\doctor\doctor.exe")
ELSE
EXITMESSAGE
Unable to find the source files.
Please check the CD is correctly
installed and run 'install.exe' again.
EXIT
ENDIF
REM create a pop-up message and id number
POPMESSAGE 1, "Arial", 10
Now would be a good time to fill
in the registration card and post it.
ENDPOP
REM Transfer the files
FILE: "$defaultdir$\readme.txt", source="$SOURCEDIR$", popid=1
FILE: "$windir$\system\EDILZSSA.DLL", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\system\CCFCURS.DLL", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\system\CCMOUSE.VBX", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\system\CMDIALOG.VBX", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\system\COMMDLG.DLL", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\system\DWSPYDLL.DLL", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\system\FXIMG150.VBX", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\system\FXLBL150.VBX", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\system\FXTLS150.DLL", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\system\GRAPH.VBX", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\GSW.EXE", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\system\GSWDLL.DLL", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\system\MCI.VBX", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\system\MCIWNDX.VBX", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\system\MHAS200.VBX", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\system\MHCM200.VBX", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\system\MHDES200.DLL", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\system\MHGCHK.VBX", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\system\MHGCMD.VBX", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\system\MHGLBL.VBX", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\system\MHGMUL.VBX", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\system\MHGOPT.VBX", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\system\MHHS200.VBX", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\system\MHIN200.VBX", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\system\MHIV200.VBX", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\system\MHLI200.VBX", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\system\MHML200.VBX", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\system\MHPC200.VBX", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\system\MHRUN200.DLL", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\system\MHRUN400.DLL", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\system\MHSL200.VBX", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\system\MHSV200.VBX", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\system\MHTO200.VBX", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\system\MSGBLAST.VBX", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\system\SPIN.VBX", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\system\THREED.VBX", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\system\VBRUN300.DLL", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\system\VER.DLL", source="$SOURCEDIR$\doctor\winfiles"
FILE: "$windir$\system\WMHP.HLP", source="$SOURCEDIR$\doctor\winfiles"
REM Install program group and icons if not present already
WINITEM: "GSP STAR Collection","$SOURCEDIR$\DOCTOR\doctor.exe","DOCTOR in the house",,,replace
WINITEM: "GSP STAR Collection","notepad.exe $SOURCEDIR$\readme.txt","Doctor Readme",,,replace
WINITEM: "GSP STAR Collection","winhelp.exe $SOURCEDIR$\gsp.hlp","GSP Catalogue on CD",,,replace
WINITEM: "GSP STAR Collection","$SOURCEDIR$\demo_cd\install.exe","Install GSP Demos","$SOURCEDIR$\demo_cd\","$SOURCEDIR$\demo_cd\gsp.ico",,replace
REM Install Video for Windows
RUNATEXIT: "$SOURCEDIR$\vfw11\vsetup.exe"